.contador_proxedicion > .row {
    margin: 0%;
}

/* ------------ Entrada Validar Correo ---------------*/
.contenedor-validar-correo {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #747474;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 0px;
}

.contenedor-validar-correo p {
    /* margin: 8px 0px; */
    margin-inline: 4%;
}

.input-email {
    background: #e8e8e8;
    border: 3px solid #e4af00;
    height: 28px;
    padding-left: 10px;
    min-width: 220px;
    border-radius: 20px;
    font-size: 18px;
}

.btn-validar-acceso {
    cursor: pointer;
    display: inline-flex;
    padding: 3px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: none;
    flex-shrink: 0;
    border-radius: 20px;
    color: white;
    background: linear-gradient(180deg, #03A591 0%, #0880B4 100%);
}

@media (min-width: 480px) {
    .input-email {
        min-width: 300px;
    }
}

/* ------------- Fin Validar Correo ------------- */

/* --------------- Select Categoría/Bloque -------------- */
@media (max-width: 500px) {
    .selects-categoria-bloque {
        display: flex;
        flex-direction: column;
    }
}

.container-categoria {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.selects-categoria-bloque {
    display: inline-flex;
}

.filtro-categoria,
.filtro-bloques-especialidad {
    display: flex;
    max-width: 219px;
    height: 38px;
    padding: 0px 12px;
    justify-content: center;
    align-items: center;
    gap: 86px;
    flex-shrink: 0;
    border-radius: 7px;
    background: #e4af00;
    border: none;

    font-size: 14px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.filtro-categoria option,
.filtro-bloques-especialidad option {
    background: #e8e8e8;
    color: #a1a1a1;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
}

@media (min-width: 769px) {
    div.filtro-categorias {
        display: none;
    }
}

/* --------------- Fin Select Categoría/Bloque -------------- */

/* ------------------- Input de Búsqueda -------------------- */
.busqueda {
    margin-top: 14px;
}

#filtro-busqueda.buscar-input {
    min-width: 325px;
}

#filtro-busqueda.buscar-input,
#filtro-busqueda2.buscar-input {
    color: #747474;
    height: 28px;
    border-radius: 20px;
    background: var(--Default-Colores-fondo, #e8e8e8);
    border: none;
    padding-left: 10px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.busqueda-escritorio {
    display: none;
}

.selects-categoria-bloque.categorias-escritorio {
    display: none;
}

@media (min-width: 769px) {
    .busqueda-movil {
        display: none;
    }

    .busqueda-escritorio {
        display: block;
        margin: 0px 0px 20px 0px;
    }

    #filtro-busqueda2.buscar-input {
        min-width: 210px;
    }

    .selects-categoria-bloque.categorias-escritorio {
        display: block;
    }

    .selects-categoria-bloque.categorias-movil {
        display: none;
    }
}

/* ------------------- Fin Input Búsqueda -------------------- */

/* -------------------- Filtro Movil / Escritorio ---------------- */
.inline-container {
    display: inline-flex;
    align-items: start;
}

.btn-fltrs {
    font-family: 'Avenir Heavy', sans-serif;
    width: 120px;
    height: 50px;
    color: #00548e;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    background-color: #fff;
    border: none;
}

.boton-filtro {
    display: flex;
    min-width: 219px !important;
    max-width: 350px !important;
    height: 38px;
    border-style: none;
    margin-bottom: 10px;
    background-color: transparent;
    border-radius: 20px;
}

.boton-filtro p {
    background-color: #00548e;
    position: relative;
    padding: 10px 0;
    border-radius: 20px;
    min-width: 100% !important;
}

@media (max-width: 768px) {
    .filtro-categoriasEsp P,
    .filtro-fechas p,
    .filtro-auditorios p,
    .filtro-horas p {
        color: #ffffff !important;
    }

    .filtro-categoriasEsp ul.col-12,
    .filtro-fechas ul.col-12,
    .filtro-auditorios ul.col-12,
    .filtro-horas ul.col-12 {
        padding: 2px 30px 0;
    }
}

/* -------------------- Fin filtro Movil / Escritorio ---------------- */
input[type='radio'],
input[type='checkbox'] {
    margin-right: 5px !important;
}

/* ------------------------- CARD --------------------------- */
.main {
    margin: 0 auto !important;
}

.cards {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    align-items: center;
    padding: 0 7rem !important;
}

.cards_item {
    padding: 1rem;
    margin-top: 1rem;
    box-sizing: border-box;
    margin-bottom: auto;
    max-width: 264px !important;
    min-width: 264px !important;
    min-height: 500px;
    margin-bottom: 50px;
}

.border-20250507 {
    border: 5px solid #00548e !important;
}

.border-20250508 {
    border: 5px solid #00a490 !important;
}

.border-20250509 {
    border: 5px solid #f07f1e !important;
}

@media (max-width: 768px) {
    .centrar-cards {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.card-centrar {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

.card_text > p {
    line-height: 0px !important;
}

.boton {
    display: flex;
    justify-content: center;
    margin: 0 0;
    align-items: center;
    min-height: 38px !important;
}

.btn-d,
.btn-d *,
.btn-d :after,
.btn-d :before,
.btn-d:after,
.btn-d:before {
    border: 0 solid;
    box-sizing: border-box;
}

.btn-d,
.btn-registrado {
    -webkit-tap-highlight-color: transparent;
    background-color: #f07f1e;
    background-image: none;
    color: #fff;
    cursor: pointer;
    font-weight: 500;
    margin: 0;
    padding: 0;
    width: 135px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-d:disabled {
    cursor: default;
}

.btn-d:-moz-focusring {
    outline: auto;
}

.btn-d [hidden] {
    display: none;
}

.btn-d,
.btn-registrado {
    border-radius: 99rem;
    border-width: 2px;
    overflow: hidden;
    padding: 0.8rem 3rem;
    position: relative;
}

.btn-d span {
    mix-blend-mode: color-dodge;
}

.btn-d:before {
    background: var(
        --degradado-marino-claro-medex,
        linear-gradient(90deg, #03547e 0%, #01558c 51%, #0699d6 100%)
    );
    content: '';
    display: block;
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    transform: skew(0deg) translateX(-20%);
    transition: transform 0.2s ease;
    width: 120%;
}

.btn-d:hover:before {
    transform: skew(-45deg) translateX(75%);
}

.btn-registrado {
    background: var(
        --degradado-marino-claro-medex,
        linear-gradient(90deg, #03547e 0%, #01558c 51%, #0699d6 100%)
    );
    cursor: inherit;
    padding: 0rem 0rem;
}

/* ------------------------- FIN CARD --------------------------- */

/* -------------------------- ESCRITORIO ------------------------- */
.texto_baner {
    margin-top: 8px;
    position: absolute;
    background: linear-gradient(90deg, #03a591 0%, #0880b4 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    z-index: 1;
    /* Coloca el texto adelante de la imagen */
}

section.banner-escritorio {
    display: none;
}

.validar-escritorio {
    display: none;
}

@media (min-width: 769px) {
    section.banner-movil {
        display: none;
    }

    section.banner-escritorio {
        display: block;
    }

    section.banner {
        margin-top: 0px;
    }

    section.banner-escritorio,
    div.validacion-escritorio {
        margin: 0 0 0 0;
    }

    .texto_baner {
        font-size: 50px;
    }

    .validar-escritorio {
        display: block;
    }
}

@media (min-width: 769px) and (max-width: 869px) {
    section.banner-escritorio,
    div.validacion-escritorio {
        margin: 0 0 0 20px;
    }
}

@media (min-width: 769px) and (max-width: 1100px) {
    .texto_baner {
        font-size: 46px;
    }
}

*,
*::before,
*::after {
    box-sizing: border-box !important;
}

.card_text {
    margin: 7% 5% 0 10%;
    /* margin-right: 5%; */
    color: #747474;
    font-family: 'Avenir normal', sans-serif;
    font-style: normal;
    min-height: 50px;
    font-size: 12px;
    align-items: end;
}

.card-login {
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 20px !important;
    border: 1px #c6c6c6;
    background: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 560px !important;
    /* min-height: 500px !important; */
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: flex-start;
    min-width: 300px;
    max-width: 300px;
}

.resenia {
    min-height: 110px;
    margin: 15px 15px 0 15px;
    color: #666565;
    font-size: 15px;
    line-height: 17px;
}

.btn-registar-a {
    text-decoration: none !important;
    color: white !important;
}

.btn-registar-a:hover {
    text-decoration: none !important;
}

.card {
    margin-bottom: 20px;
    border-radius: 20px !important;
    border: 1px #c6c6c6;
    background: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 500px !important;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: flex-start;
    min-width: 264px !important;
    max-width: 264px;
}

.card_content {
    margin-top: 15px;
    position: relative;
    max-height: 250px;
}

.card_title {
    padding: 0 10px;
    display: flex;
    justify-content: center;
    font-family: 'Avenir Heavy', sans-serif !important;
    font-size: 18px;
    position: relative !important;
    color: #00548e !important;
    text-align: center !important;
    line-height: normal !important;
    font-weight: 600;
    line-height: 18px !important;
    margin-bottom: auto;
    max-height: 85px;
    min-height: 85px;
    overflow-y: scroll;
}

.card_title_ponente {
    margin-top: 10px;
    display: flex;
    font-family: 'Avenir Heavy', sans-serif !important;
    font-size: 15px;
    line-height: 15px !important;
    position: relative !important;
    color: #00548e !important;
    text-align: center !important;
    font-weight: lighter;
    min-height: 90px;
    align-items: center;
    justify-content: center;
    padding: 0px 10px 5px 10px !important;
}

.card_title_ponente > p.ponente {
    max-height: 69px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-right: 3%;
}

.ponente::-webkit-scrollbar {
    width: 11px;
}

.ponente::-webkit-scrollbar-thumb {
    background-color: #03547e;
    border-radius: 20px;
    border: 2px solid #fff;
    cursor: pointer;
}

.ponente::after {
    position: relative;
    margin-top: 5px;
    display: block;
    width: 90%;
    height: 1px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #00548e;
    content: '';
}

.bnt-cotizar {
    padding: 6px 25px;
    text-decoration: none;
    color: #fff;
    background: linear-gradient(
        180deg,
        #dea601 21.51%,
        #e1740d 74.51%,
        #e4ba3e 100%
    );
    text-align: center;
    line-height: normal;
    border-radius: 30px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    font-family: 'Avenir Medium', sans-serif;
    font-size: 16px;
    border-style: none;
}

/* Estilo para la barra de desplazamiento */
.card_title::-webkit-scrollbar {
    width: 10px;
    /* Ancho de la barra de desplazamiento */
}

/* Estilo para el riel de la barra de desplazamiento */
.card_title::-webkit-scrollbar-track {
    background: #ffffff;
    /* Color del riel de la barra de desplazamiento */
}

/* Estilo para el pulgar de la barra de desplazamiento */
.card_title::-webkit-scrollbar-thumb {
    background: #e4ba3e;
    /* Color del pulgar de la barra de desplazamiento */
    border-radius: 5px;
    /* Bordes redondeados del pulgar */
}

/* Estilo para el pulgar de la barra de desplazamiento cuando se pasa el mouse sobre él */
.card_title::-webkit-scrollbar-thumb:hover {
    background: #dea601;
    /* Cambia el color del pulgar al pasar el mouse sobre él */
}

.cotizar {
    margin: 0;
}

.banner {
    position: relative;
    width: 100%;
    height: 70px;
    /* margin-top: -25px; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.carta_precio {
    color: #00a490;
    text-align: center;
    font-family: 'Avenir Heavy', sans-serif;
    font-size: 16px;
    line-height: normal;
}

.card_image {
    position: relative;
    min-width: 264px;
    max-width: 264px;
    min-height: 160px;
    max-height: 160px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card_image img {
    width: auto;
    min-height: 160px;
    max-height: 160px;
    object-fit: cover;
}

.cotizar {
    margin-top: auto;
    /* Alinea estos dos div hasta abajo */
}

.banner_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    background-color: #666565;
    /* Coloca la imagen detrás del contenido */
}

@media (max-width: 1560px) {
    .cards {
        padding: 0 3rem !important;
    }
}

@media (min-width: 1470px) {
    .custom-col-xxl-3 {
        flex: 0 0 25% !important;
        min-width: 25% !important;
    }
}

@media (max-width: 1270px) {
    .cards {
        padding: 0 0 !important;
    }
}

@media (min-width: 1024px) {
    .banner {
        height: 100px;
    }
}

@media (max-width: 1024px) {
    .cards {
        display: flex;
        justify-content: center;
        padding: 0 0 !important;
    }
}

@media (max-width: 476px) {
    .texto_baner {
        font-size: 38px;
    }

    .banner {
        height: 60px;
    }
}

.pagination-container {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

#container-filtros {
    padding: 0% 0% 0% 3.2%;
}

.filtro-categoriasEsp P,
.filtro-fechas p,
.filtro-auditorios p,
.filtro-auditorios p,
.filtro-horas p {
    color: #00a490;
    size: 16px;
    font-weight: 800;
    margin: 0%;
}

.filtro-categoriasEsp ul,
.filtro-fechas ul,
.filtro-auditorios ul,
.filtro-auditorios ul,
.filtro-horas ul {
    line-height: 21.86px !important;
    outline: none;
    padding: 2px 1px 0;
    list-style: none;
}

label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 500;
}

.filtro-categoriasEsp li,
.filtro-fechas label,
.filtro-auditorios label,
.filtro-auditorios label,
.filtro-horas label {
    size: 16px;
    line-height: 21.88px !important;
    color: #747474;
    text-decoration: none !important;
    margin: 0%;
}

.filtro-categoriasEsp label:hover,
.filtro-fechas label:hover,
.filtro-auditorios label:hover,
.filtro-auditorios label:hover,
.filtro-horas label:hover {
    font-weight: 600;
    color: #747474;
}

/* Estilos para checkboxes seleccionados */
.filtro-categoriasEsp input.selected-input:hover,
.filtro-auditorios input.selected-input,
.filtro-fechas input.selected-input,
.filtro-auditorios input.selected-input,
.filtro-horas input.selected-input {
    appearance: none;
    /* Desactivar la apariencia predeterminada */
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 13px;
    height: 13px;
    border: 1px solid #000000;
    background-color: #00a490;
    /* background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='MediumSeaGreen' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e"); */
    border-radius: 3px;
    position: relative;
    margin-right: 1px;
}

#icono_filtro {
    width: 15.711px;
    height: 17px;
    align-items: center;
}

#filtro {
    width: 69px;
    height: 26px;
    flex-shrink: 0;
    color: #00548e;
    font-family: 'Avenir Heavy', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    margin: 0% 0%;
}

.add-margin {
    margin-right: 10px !important;
}

.celular {
    display: none;
}

@media (max-width: 768px) {
    .celular {
        display: block;
    }

    /* li.busqueda-item.col-sm-6 {
        display: flex;
        justify-content: center;
    } */
}

.escritorio {
    display: block;
}

@media (max-width: 768px) {
    .escritorio {
        display: none;
        /* Ocultar el div en pantallas más pequeñas */
    }
}

@media (min-width: 1200px) and (max-width: 1420px) {
    .col-xl-10 {
        flex: 0 0 80% !important;
        max-width: 80% !important;
        margin-left: 25px;
    }
}

#fechaList {
    display: none;
}

#auditorioList {
    display: none;
}

#horasList {
    display: none;
}

.visible {
    display: block !important;
}

.ocultar-de-filtros {
    display: none;
}

/* ------------------ Paginación ------------------ */
.row .boton-filtro:focus {
    outline: 1px dotted white !important;
}

.centrar-contenido {
    display: flex;
    justify-content: center;
    align-items: center;
}

.lista-paginas {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.paginacion,
.paginacion-actual-10,
.paginacion-actual-9 {
    margin: 0 10px;
    color: #00537d;
    text-align: justify;
    font-family: 'Avenir' 'sans-serif';
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.paginacion a {
    color: #00537d;
}

.paginacion a:hover {
    text-decoration: none;
    color: #007bff !important;
}

.informacion-paginacion {
    color: #00537d;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
}

.paginacion-actual-10 {
    margin: 0 10px;
    color: white;
    background-color: #01558c;
    border-radius: 50%;
    padding: 5px 7.5px;
}

.paginacion-actual-9 {
    margin: 0 10px;
    color: white;
    background-color: #01558c;
    border-radius: 50%;
    padding: 5px 12px;
}

/*  */
.filtro-fechas ul {
    list-style: none;
    /* Remueve los puntos de la lista */
    padding: 0;
    /* Elimina el padding por defecto */
}

.filtro-fechas a,
.filtro-auditorios a,
.filtro-horas a {
    font-size: 16px;
    line-height: 21.88px;
    color: #747474;
    text-decoration: none;
    display: block;
    margin: 0%;
}

.filtro-fechas a:hover,
.filtro-auditorios a:hover,
.filtro-horas a:hover {
    background-color: #f0f0f0;
    color: #383737;
    font-weight: 600;
}

.filtro-fechas a.active,
.filtro-auditorios a.active,
.filtro-horas a.active,
.filtro-fechas.row ul li a.active,
.filtro-auditorios.row ul li a.active,
.filtro-horas.row ul li a.active {
    color: #0955b9 !important;
    font-weight: 600 !important;
}
